Koi Mil Gaya (2003)
Directed By Rakesh Roshan

5/5
Science Fiction Fantasy

'Koi Mil Gaya,' directed by Rakesh Roshan, starred Hrithik Roshan and Preity Zinta and was released on 8 August 2003.

Cast

********************************style.css**************************** @import url('https://fonts.googleleapis.com/css?family=PT+Sans'); body{ padding: 0; margin: 0; background:url(img/blur.jpg); font-family:'PT Sans',sans-serif; background-size:cover; } .card{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:300px; height:450px; background:#000; overflow:hidden; box-shadow:0 5px 10px rgba(0,0,0,0.5); } .card .poster{ position:relative; overflow:hidden; } .card .poster:before { content:''; position:absolute; bottom:-180px; left:0; width:100%; height:40%; background:linear-gradient(0deg, #000 70%, transparent); transition:0.5s; z-index:1; } .card:hover .poster:before{ bottom:0; } .card .poster img{ width:100%; transition:.5s; } .card:hover .poster img{ filter:blur(5px); transform:translateY(-50px); } .details{ position:absolute; padding:20px; width:100%; height:70%; bottom:-179px; left:0; box-sizing:border-box; transition:0.5s; z-index:2; } .card:hover .details{ bottom:0; } .details h2{ color:#fff; margin:0; padding:0; font-size:20px; } .details h2 span{ font-size:14px; color:#ff9800; } .rating{ position:relative; padding:5px 0; } .rating .fa{ color:rgba(204,204,0,0.822); margin-right:2px; font-size:16px; } .rating span{ color:#fff; padding:0 5px; } .tags{ position:relative; margin-top:5px; color:#fff; } .tags span{ padding:2px 5px; margin-right:2px; color:#fff; display:inline-block; border-radius:4px; } .tags span.science{ background:#7206f7; border-radius:10px; } .tags span.fantasy{ background:#f70661; border-radius:10px; } .info{ color:white; } .info p{ margin:15px 0 10px; } .star{ position:relative; } .star h4{ margin:0; padding:0; font-size:20px; color:#f7f406; } .star ul{ margin:10px 0 0; padding:0; display:flex; } .star ul li{ list-style:none; width:35px; height:35px; background:#fff; border-radius:50%; overflow:hidden; margin-right:6px; border:2px solid white; } .star ul li img{ width:100% }